d/rules: Stop forcing C.UTF-8 locale: the tests now do this internally
authorSimon McVittie <smcv@debian.org>
Tue, 2 Jan 2018 14:07:47 +0000 (14:07 +0000)
committerSimon McVittie <smcv@debian.org>
Tue, 2 Jan 2018 14:07:47 +0000 (14:07 +0000)
debian/changelog
debian/rules

index 96996c991637fd0b7707cd0176632a50c7974371..c12d0829510d83171173fd9e0bcbd642f7b35e72 100644 (file)
@@ -2,6 +2,7 @@ ostree (2017.15-1) UNRELEASED; urgency=medium
 
   * New upstream release
     - d/libostree-1-1.symbols: Update
+  * d/rules: Stop forcing C.UTF-8 locale: the tests now do this internally
 
  -- Simon McVittie <smcv@debian.org>  Tue, 02 Jan 2018 14:06:18 +0000
 
index 60855cbc7e81cbb1fe2d9bd58fc335fca8ceee34..7aef179b64cf7ef6383ef5b5c680e0fac0c114b0 100755 (executable)
@@ -2,8 +2,6 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-# Some tests assert that we will see English strings
-export LC_ALL=C.UTF-8
 
 binaries := $(shell dh_listpackages)